css shadow: Add extra slop to the blur clipping
authorAlexander Larsson <alexl@redhat.com>
Mon, 6 May 2013 14:05:08 +0000 (16:05 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 6 May 2013 14:20:04 +0000 (16:20 +0200)
commitdcb84f158bd8bd3b35ca8a058e9a5d10c5dd79cb
tree0f30d90e247b8c8d521ad8e4fa3ce3eb0db2691e
parent66d3b5a9cdb8f9799dc5080495f33fb56101da1b
css shadow: Add extra slop to the blur clipping

Turns out our blurring function isn't very nice, it has a lot
of energy past the blur radius, so clipping at exactly the
blur radius causes ugly gradient stops. This just adds 4
extra pixels of slop, which makes this better in most cases.
gtk/gtkcssshadowvalue.c